-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: setup cloud filter integration #4779
Conversation
integrations/README.md
Outdated
- [`unftp-sbe-opendal`](unftp-sbe/README.md): Use OpenDAL as a backend to access data in various services with FTP protocol. | ||
|
||
- [`cloudfilter_opendal`](cloudfilter/README.md): Use OpenDAL as a backend to access data in various services with CloudFilter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you like to provide a link to cloudfilter
and provide some description about this crate?
integrations/cloudfilter/Cargo.lock
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't include Cargo.lock
for integrations.
integrations/cloudfilter/Cargo.toml
Outdated
|
||
[package] | ||
authors = ["Apache OpenDAL <[email protected]>"] | ||
description = "unftp Integration for Apache OpenDAL" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong description
|
||
use opendal::Operator; | ||
|
||
pub trait SyncFilter {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This trait doesn't make sense. I prefer to leave an emptry lib.rs
with hello world instead.
Hello @Xuanwo, PTAL :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, a simple but good start.
No description provided.